Uses of Enum
com.cisco.pt.ipc.enums.OSPFAuthType
Packages that use OSPFAuthType
-
Uses of OSPFAuthType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return OSPFAuthTypeModifier and TypeMethodDescriptionstatic OSPFAuthTypeOSPFAuthType.fromIntValue(int value) static OSPFAuthTypeOSPFAuthType.fromIntValue(Integer value) static OSPFAuthTypeReturns the enum constant of this type with the specified name.static OSPFAuthType[]OSPFAuthType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OSPFAuthType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return OSPFAuthTypeModifier and TypeMethodDescriptionOSPFProcess.getAreaAuthentication(IPAddress ipAddressArea) Information provided by the PKI file:OSPFArea.getAuthentication()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type OSPFAuthTypeModifier and TypeMethodDescriptionbooleanOSPFProcess.setAreaAuthentication(IPAddress ipAddressArea, OSPFAuthType type) Information provided by the PKI file:voidOSPFArea.setAuthentication(OSPFAuthType type) Information provided by the PKI file: -
Uses of OSPFAuthType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return OSPFAuthTypeModifier and TypeMethodDescriptionOSPFProcessImpl.getAreaAuthentication(IPAddress ipAddressArea) Information provided by the PKI file:OSPFAreaImpl.getAuthentication()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type OSPFAuthTypeModifier and TypeMethodDescriptionbooleanOSPFProcessImpl.setAreaAuthentication(IPAddress ipAddressArea, OSPFAuthType type) Information provided by the PKI file:voidOSPFAreaImpl.setAuthentication(OSPFAuthType type) Information provided by the PKI file: